From: Joey Hess Date: Mon, 10 Feb 2025 21:22:29 +0000 (-0400) Subject: stack.yaml: temporarily build with older ghc X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~168 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2f9a384e48cb4407e6b5b70d1db6efa593654f0e;p=git-annex.git stack.yaml: temporarily build with older ghc And without ospath build flag as a consequence. This is a temporary fix to build failures on the github CI for Windows and OSX, which use too old a version of stack to support the nightly ghc. I have sent a patch to those workflows, and after it is applied, this can be reverted. --- diff --git a/stack.yaml b/stack.yaml index 5ff6f33d09..e062bdde92 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,10 +11,10 @@ flags: benchmark: true crypton: true servant: true - ospath: true + ospath: false packages: - '.' -resolver: nightly-2025-01-20 +resolver: lts-23.2 extra-deps: - filepath-bytestring-1.5.2.0.2 - aws-0.24.4